Component

Represents a composable function that displays an image before/after the chip's text. The image will be 24.dp tall.

Constructors

Link copied to clipboard
constructor(content: @Composable RowScope.(Modifier) -> Unit)

Properties

Link copied to clipboard
open override val content: @Composable RowScope.(Modifier) -> Unit

The composable function to display the image. The provided modifier must be set on the content.

Link copied to clipboard
open override val height: Dp

The height of the icon/image.